}
}
&.selection-mode {
- color: darken($selected_bg_color, 15%);
+ color: $selected_fg_color;
text-shadow: 0 1px transparentize(black, 0.5);
border-color: $selected_borders_color;
background-image: linear-gradient(to bottom,
border-image: linear-gradient(to bottom, rgba(30, 34, 34, 0.5)) 0 1/1px 1px; }
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
.header-bar.selection-mode {
- color: #14375d;
+ color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
border-color: #0f2b48;
background-image: linear-gradient(to bottom, #256ab1, #215d9c);
border-image: linear-gradient(to bottom, rgba(168, 168, 168, 0.5)) 0 1/1px 1px; }
.titlebar.selection-mode, GtkCalendar.selection-mode.header,
.header-bar.selection-mode {
- color: #256ab1;
+ color: #ffffff;
text-shadow: 0 1px rgba(0, 0, 0, 0.5);
border-color: #184472;
background-image: linear-gradient(to bottom, #5f9ddd, #4a90d9);